Versions / 0.6.0-pre.4 / Item / Items / Ingredient / Life Essence Recipes / Ingredient_Life_Essence_100.json
Ingredient_Life_Essence_100
Server/Item/Items/Ingredient/Life Essence Recipes/Ingredient_Life_Essence_100.json, 734 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Variant | boolean |
Parent | string |
ItemLevel | number |
Icon | string |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Life_Essence.name",
"Description": "server.items.Ingredient_Life_Essence.description"
},
"Variant": true,
"Parent": "Ingredient_Life_Essence",
"ItemLevel": 1,
"Icon": "Icons/ItemsGenerated/Ingredient_Life_Essence.png",
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Life_Essence_Concentrated",
"Quantity": 1
}
],
"Output": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 100
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Essence"
]
}
],
"OutputQuantity": 100
}
}